﻿if (typeof (MCS) == "undefined")
{ MCS = {}; }

// Create Namespace container for functions in this library;
MCS.AppointmentRibbon = {};

MCS.AppointmentRibbon.RunCloseAppointmentDialog = function () {
    var dialogId = "7AB12A8A-A5BA-4ABD-9912-A9F859BCC39A";
    MCS.cvt_Common.openDialogOnCurrentRecord(dialogId);
}